/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/

forces
{
    type            forceCoeffs;
    libs            ("libforces.so");
    writeControl    timeStep;
    writeInterval   1;

    patches         (wallRiblet);
    rho             rhoInf;      // Indicates incompressible
    log             true;
    rhoInf          998;           // Redundant for incompressible
    liftDir         (0 1 0);
    dragDir         (1 0 0);
    CofR            (0.5 0 0);  // Axle midpoint on ground
    pitchAxis       (0 1 0);
    magUInf         0.1;
    lRef            1;        // Wheelbase length
    Aref            0.01924815;        // 
}


// ************************************************************************* //
